home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / program_perfection / vbcc / amiga68k / include / proto / requester.h < prev    next >
C/C++ Source or Header  |  2000-02-07  |  322b  |  18 lines

  1. #ifndef _PROTO_REQUESTER_H
  2. #define _PROTO_REQUESTER_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_REQUESTER_PROTOS_H
  8. #include <clib/requester_protos.h>
  9. #endif
  10.  
  11. #include <inline/requester_protos.h>
  12.  
  13. #ifndef __NOLIBBASE__
  14. extern struct Library *RequesterBase;
  15. #endif
  16.  
  17. #endif    /*  _PROTO_REQUESTER_H  */
  18.